body {
    background: none repeat scroll 0 0 #131416;
    min-height: 100%;
	color: #000;
    font: 14px/1.7em 'Roboto Condensed', sans-serif;;
	color: #666b76;
}


.tile-1-bg {
    background: url(../images/tile1.png) repeat fixed center 0 rgba(0, 0, 0, 0);
}

/******************************* PAGE & BOX WRAPPER *************************************/

.page-wrapper {
    background: none repeat scroll 0 0 #fff;
    position: relative;
}

.page-wrapper.shadow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.page-wrapper.margin-y.boxed-wrapper {
    margin: 40px auto;
}

.boxed-wrapper {
    margin-left: auto;
    margin-right: auto;
}

/******************************* PAGE & BOX WRAPPER *************************************/



/*******************************  HEADRER BLOCk  ****************************************/

.header-block {
    position: relative;
    z-index: 300;
}

.header-block {
    margin: 0 0 0px;
}

.header-block.line-top {
    border-top: 4px solid #131416;
}

.img-stl
{
	margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    /*width: 25%;*/
}

.vcenter {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.vcenter .vcenter-this {
    display: table-cell;
    vertical-align: middle;
}


/*******************************  HEADRER BLOCk  ****************************************/



/***************************************  NAV   ****************************************/

.boxed-section {
    margin-left: auto;
    margin-right: auto;
}
.boxed-section .container-fluid {
    /*padding-left: 30px;
    padding-right: 30px;*/
	padding:0px 30px;
}

@media (min-width: 768px) {
.boxed-section {
    max-width: 720px;
}
.boxed-section .container {
    max-width: 100%;
    width: auto !important;
}
}
@media (min-width: 992px) {
.boxed-section {
    max-width: 940px;
}
.boxed-section .container {
    max-width: 100%;
    width: auto !important;
}
}
@media (min-width: 1200px) {
.boxed-section {
    max-width: 1140px;
}
.boxed-section .container {
    max-width: 100%;
    width: auto !important;
}
}

.nav-bottom
{
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}


.navbar-inner {
    background-color:transparent;
    background-image:none;
    background-repeat:no-repeat;
    border:none;
    border-radius: 0;
    box-shadow:none;
    /*min-height: 40px;*/
	height:56px;
    padding:0;
}

/*******************************************************************************************************************/

.pull-center {
	text-align:center;
}
.pull-center .nav {
	float:none;
}
.pull-center .nav li {
	display:inline-block;
	float:none;
	margin:0;
	vertical-align:middle;
}
.pull-center .nav li a {
	/*border-radius:0;
	background:none;
	font: 14px 'Roboto Condensed';
	/*color:#000;*/
	text-transform:capitalize;
	border-radius: 0;
    color: #666b76;
    font: 16px/56px "Roboto Condensed";
    height: 56px;
    padding: 0 20px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
}


.pull-center .nav li a:hover {
	background:none;
	color:#e7214c;
	border-top: 3px solid #e7214c;
}

.pull-center .nav > li.active > a
{
	background:none;
	color:#e7214c;
	border-top: 3px solid #e7214c;
}



 @media screen and (max-width:768px) {

.pull-center .nav li {
	display:block;
	margin:0
}
.pull-center .nav li a {
	border-radius:0;
	display:block;
	border-bottom:1px solid #000;
	overflow:hidden;
}



}
/*******************************************************************************************************************/


.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color:transparent;
    box-shadow:none;
    color:inherit;
    text-decoration: none;
}



nav .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
nav .nav-child.pull-right {
	right: 0;
	left: auto;
}
nav .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}


.pull-center .nav .nav-child li a {
	/*border-radius:0;
	background:none;
	font: 14px 'Roboto Condensed';
	/*color:#000;*/
	text-transform:capitalize;
	border-radius: 0;
    color: #666b76;
    font: 14px "Roboto Condensed";
    height: 28px;
    /*padding: 0 20px;*/
	border-top:none;
	border-bottom:none;
}

.pull-center .nav .nav-child li a:hover {
	background:none;
	color:#e7214c;
	border-top:none;
}

nav .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
nav .nav > li {
	position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
	display: block;
}
nav .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
nav .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #08c;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}

/***************************************  NAV   ****************************************/

.section-title {
    /*margin: 0 0 50px;*/
    text-align: center;
}

.section-title p {
    font: 300 15px/1.6em "Roboto";
    margin: 0 auto;
    width: 70%;
}

.section-title h2 {
    color: #42464d;
    display: block;
    font: 400 30px "Roboto Condensed";
    margin: 0 0 10px;
    padding: 0 0 15px;
    position: relative;
    text-transform: uppercase;
}

.section-title h2::after {
    background: none repeat scroll 0 0 #e7214c;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 60px;
}

.seperator
{
	background: none repeat scroll 0 0 #ddd;
    content: "";
    height: 1px;
    margin: 30px auto;
    width: 50%;
}


/************************ SERVICES BOXES *******************************/


.services-section {
    /*margin: 0 0 50px;*/
    text-align: center;
}

.services-section .moduletable .custom h2 {
    color: #42464d;
    display: block;
    font: 400 30px "Roboto Condensed";
    margin: 0 0 10px;
    padding: 0 0 15px;
    position: relative;
    text-transform: uppercase;
}

.services-section .moduletable .custom h2::after {
    background: none repeat scroll 0 0 #e7214c;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto 5px auto;
    position: absolute;
    right: 0;
    width: 60px;
}

/*.services-section .moduletable .custom
{
	height:480px;
	width:98%;
	margin:0 1%;
}
*/
/*.services-section .moduletable .custom div
{
	border:1px solid #ddd;
	border-bottom:1px solid #e7214c;
	height:auto;
	width:22%;
	min-height:451px;
	display:block;
	float:left;
	margin:auto 0% 10px 2.3%;
}*/

.services-section .moduletable .custom .row-fluid .span3
{
	border:1px solid #ddd;
	border-bottom:1px solid #e7214c;
	min-height:451px;

	
	/*margin-bottom:10px;*/
	/*width:22%;
	
	display:block;
	float:left;
	margin:auto 0% 10px 2.3%;*/
}

.services-section .moduletable .custom div img
{
	width:95%;
	height:auto;
	margin:8px auto;
}

.services-section .moduletable .custom div h2
{
	color: #42464d;
    display: block;
    font: 400 15px "Roboto Condensed";
    margin: 0 0 10px;
    padding: 0 0 15px;
    position: relative;
    text-transform: uppercase;
}

.services-section .moduletable .custom div h2::after {
    background: none repeat scroll 0 0 #e7214c;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto 5px auto;
    position: absolute;
    right: 0;
    width: 60px;
}

.services-section .moduletable .custom .row-fluid .span3 p {
	margin:auto 8px;
	margin-bottom:10px;
	text-align:justify;
}

/********************************* CATALOUGE AREA **************************/

.cat-section
{
	border-left:4px solid #ffffff;
	background-color:#1f3463;
	min-height:280px;
	height:auto;
	width:88%;
	display:inline-block;
	margin:20px 6% 10px 6%;
}


.cat-section .first-item
{
	/*background: url("../images/cat2.png") no-repeat scroll left top rgba(0, 0, 0, 0);*/
	/*background: url(../images/cat.jpg) repeat fixed center 0 rgba(0, 0, 0, 0);*/
	background-color:rgba(255, 125, 36, 0.5);
	width:60%;
	height:100%;
	max-height:100%;
    float:left;
   background: linear-gradient(rgba(14, 120, 182, 0.45), rgba(14, 120, 182, 0.45)) repeat scroll 0 0%, url("../../../images/catalouge/al-tamayaouz-scafolding-catalouge2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
   
}

.cat-section .first-item a
{
	text-decoration:none;
	cursor:pointer;
}

.cat-section .first-item h2
{
	display:block;
	position: relative;
	padding:0;
	margin:0;
	font-size:400 40px;
	line-height:280px;
	text-align:center;
	color:#fff;
	text-transform:capitalize;
}

.cat-section .first-item h2::before
{
	background: none repeat scroll 0 0 #fff;
    top: 117px;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto 5px auto;
    position: absolute;
    right: 0;
    width: 80px;
}


.cat-section .first-item h2::after
{
	background: none repeat scroll 0 0 #fff;
    bottom: 109px;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto 5px auto;
    position: absolute;
    right: 0;
    width: 80px;
}

.cat-section .cols
{
	width:40%;
	height:100%;
	margin:auto;
	color: #f2f2f2;
	float:left;
	background:url("../../../images/catalouge/altamayaouz-work.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	
}

.cat-section .cols h2
{
	display:block;
	position: relative;
	padding:0;
	margin:0;
	font-size:400 40px;
	line-height:280px;
	text-align:center;
	color:#fff;
	text-transform:capitalize;
}

.cat-section .cols h2::before
{
	background: none repeat scroll 0 0 #fff;
    top: 117px;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto 5px auto;
    position: absolute;
    right: 0;
    width: 80px;
}


.cat-section .cols h2::after
{
	background: none repeat scroll 0 0 #fff;
    bottom: 109px;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto 5px auto;
    position: absolute;
    right: 0;
    width: 80px;
}

.cat-section .cols .cols-img
{
	display:block;
	width:100%;
	height:100%;

}

.cat-section .cols .cols-img img
{
	height:100%;
	width:auto;

}


/*.cat-section .cols h2
{
	color: #f2f2f2;
    display: block;
    margin: 5px 15px 0 8px;
	font-size:28px;
    padding: 0 0 5px;
    position: relative;
    text-transform: uppercase;
}

.cat-section h2::after {
    background: none repeat scroll 0 0 #e7214c;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 25%;
}

.cat-section .cols p {
	margin:5px 8px 0 8px;
	text-align:justify;
}*/


/********************************* CATALOUGE AREA **************************/



/********************************    FOOTER  *********************/


footer
{
	background-color:#111111;
	margin-top:20px;
	padding:20px 0 0 0;
	border-top:2px solid #e7214c;
}

.footer-inner-container
{
	width:100%;
	max-height:220px;
	
}

.footer-inner-container .left-side
{
	display:block;
	float:left;
	width:40%;
	margin:0 1% 0 1%;
}

.footer-inner-container .right-side
{
	display:block;
	float:left;
	width:56%;
}

.about-us
{
	width:100%;
	height:100%;
	margin:0 0 2% 0;
	/*border:1px solid #fff;*/
}

.about-us h2
{
	color: #f2f2f2;
    display: block;
    font: 400 20px "Roboto Condensed";
    margin: 5px 15px 0 15px;
    padding: 0 0 5px;
    position: relative;
    text-transform: uppercase;
}

.about-us h2::after {
    background: none repeat scroll 0 0 #e7214c;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 10%;
}

.about-us p
{
	margin: 2px 15px 10px 15px;
	text-align:justify;
	color:f2f2f2;
}

.contact-us
{
	width:100%;
	height:100%;
	margin:0 1% 0 0;
	/*border:1px solid #fff;*/
}

.contact-us h2
{
	color: #f2f2f2;
    display: block;
    font: 400 20px "Roboto Condensed";
    margin: 5px 15px 0 15px;
    padding: 0 0 5px;
    position: relative;
    text-transform: uppercase;
}

.contact-us h2::after {
    background: none repeat scroll 0 0 #e7214c;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 10%;
}

.contact-us p
{
	margin: 2px 15px 10px 8px;
	text-align:justify;
	color:f2f2f2;
}



.contact-us span {
  	padding:0 0 0 10px;
}


.location-map
{
	/*border:1px solid #fff;*/
	width:100%;
	height:100%;
	margin-right:1%;
}

.location-map iframe
{
	width:100%;
	max-height:318px;

}

.social
{
	text-align:center;
	background-color:#0c0c0c;
	padding-top:10px;
	padding-bottom:10px;
	/*margin:10px 0;
	
	height:56px;
	line-height:55px;
	text-align:center;*/
}

.social span
{
	font-size:20px;
	color:#ddd;
	text-shadow: 0px 0px 2px rgba(221, 221, 221, 1);
}

.copy-right
{
	background-color:#111111;
	margin:0;
	padding:0;
	max-height:30px;
	text-align:center;
}

.copy-right span
{
	font-size:12px;
}

.btn
{
	background-image: none;
	border-radius:0;
	background-color:#066;
}


@media (min-width: 768px) {
.boxed-wrapper {
    max-width: 810px;
}

}
@media (min-width: 992px) {
.boxed-wrapper {
    max-width: 1030px;
}

}
@media (min-width: 1200px) {
.boxed-wrapper {
    max-width: 1230px;
}

}

@media (max-width: 657px) 
{

.cat-section .first-item
{
	/*background: url("../images/cat2.png") no-repeat scroll left top rgba(0, 0, 0, 0);*/
	/*background: url(../images/cat.jpg) repeat fixed center 0 rgba(0, 0, 0, 0);*/

	width:100%;
	
   
}

.cat-section .cols
{
	width:100%;
	margin-top:5px;
}

.footer-inner-container .left-side
{
	
	width:100%;
}

.footer-inner-container .right-side
{
	
	width:100%;
}

.location-map
{
	/*border:1px solid #fff;*/
	width:94%;
	height:100%;
	margin:auto 2%;
}

}

@media (max-width: 979px)  {
	
	nav .nav-child {
	position: static;
	top: auto;
	left: auto;
	z-index: 1000;
	display: block;
	float: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: transparent;
	border: 0px solid #ccc;
	border: 0px solid rgba(0,0,0,0.2);
	*border-right-width: 0px;
	*border-bottom-width: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
nav ul.nav-child a {
	font-size: 16px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background-color: transparent;	
}
nav .nav-child:before,
nav .nav-child:after {
	display: none;
}

.navbar .btn, .navbar .btn-group {
    margin-bottom: 5px;
    margin-top: 5px;
}

.navbar .btn-navbar
{
	padding:15px;
}

.nav-collapse
{
	background-color:#353535;
}



.pull-center .nav li a {
	
    border-bottom:none;
    border-radius: 0;
    border-top: none;
    color: #666b76;
    font: 16px/56px "Roboto Condensed";
    height: 56px;
    padding: 0 20px;
    text-transform: capitalize;
}

.pull-center .nav li a:hover {
	background-color:#7d7d7d;
	color:#fff;
	border-top:none;
}

.pull-center .nav > li.active > a {
    background-color:#7d7d7d;
    border-top: none;
    color: #fff;
}

.navbar .nav > li > a {
   
    text-shadow:none;
	color:#666b76;
}

}

/**************************************  SHADOW EFFECTS *************************************************/

/************************************** OVER RIDE *******************************************************/

.page-header {
    border-bottom:none;
    margin:0;
    padding-bottom:0;
}

